Skip to content

[codex] Add GPT-5.5 model support#3422

Draft
domjancik wants to merge 1 commit into
BloopAI:mainfrom
domjancik:feature/gpt-55-support
Draft

[codex] Add GPT-5.5 model support#3422
domjancik wants to merge 1 commit into
BloopAI:mainfrom
domjancik:feature/gpt-55-support

Conversation

@domjancik

Copy link
Copy Markdown

Summary

  • add GPT-5.5 to Cursor Agent, Copilot, and Droid model selectors
  • add Cursor GPT-5.5 fast/reasoning variant mapping
  • bump app/package crate versions to 0.1.45 and refresh relevant lockfiles

Validation

  • cargo fmt --all
  • cargo fmt --all --manifest-path crates/remote/Cargo.toml
  • cargo check -p executors

Notes

  • pnpm run generate-types could not run because pnpm is not installed and Corepack failed signature verification; cargo run --bin generate_types also failed because libsqlite3-sys could not find libclang.dll. The schema description changes were applied to the generated JSON schema files directly to keep them in sync.
  • cargo check --workspace is blocked locally by the same missing libclang.dll bindgen setup.
  • cargo test -p executors resolve_model --lib could not complete after the broader build filled the disk; the ignored target directory was removed to recover space.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant